arm/gic-v3: Move GICR subtable parsing into a new function
authorShanker Donthineni <shankerd@codeaurora.org>
Thu, 14 Jul 2016 14:13:13 +0000 (15:13 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 14 Jul 2016 14:13:13 +0000 (15:13 +0100)
commit525d5daf1a0662c6024251381fa1d008b7903c0b
treed3bfa17788be94114ea7b6dfd5709ed1b427a9fb
parentc35a2934e9264077b0dbc222efed309630c246b9
arm/gic-v3: Move GICR subtable parsing into a new function

Add a new function to parse GICR subtable and move the code that
is specific to GICR table to a new function without changing the
function gicv3_acpi_init() behavior.

Signed-off-by: Shanker Donthineni <shankerd@codeaurora.org>
Acked-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/gic-v3.c